home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$00000131,$0000002A,$000001A6,$0000039E,$FFFFFFED,$00000000,$00000000,$00000000};
- LayoutWindow is {$0000019E,$0000002F,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oOURS2
- ];
- end;
-
- object oOURS2 is cImage
- with
- Flags is $00000054;
- Name is "OURS";
- Cursor is oEmptyCursor;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "../Images/ours.JPG";
-
-
- Events is [
- cMouseDownEvent
- with Flags is $00000004;
- Commands is [
- cQuitCommand
- with end
- ];
- end
- ];
- end;